home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / juicy_lucy.swf / scripts / DefineSprite_228 / frame_8 / DoAction.as
Text File  |  2011-08-19  |  75b  |  9 lines

  1. if(random(10) > 4)
  2. {
  3.    gotoAndPlay(1);
  4. }
  5. else
  6. {
  7.    nextFrame();
  8. }
  9.